{% extends 'base.html' %} {% load static %} {% block title %}Analytics Dashboard - AI Code Reviewer{% endblock %} {% block content %}
Monitor AI review frequency, average scores, and performance latency stats.
| Username | Status | Actions |
|---|---|---|
|
{{ u.username|slice:":1"|upper }}
{{ u.username }}
{{ u.email }}
|
{% if u.profile.is_blocked %} Blocked {% else %} Active {% endif %} | |
| No other system users. | ||
| User | Lang | Latency | Status | Details |
|---|---|---|---|---|
| {{ log.user.username|default:"Anonymous" }} | {{ log.language|upper }} | {{ log.latency_ms }}ms | {% if log.status == 'SUCCESS' %} 200 OK {% else %} FAIL {% endif %} | {{ log.error_message|default:"Success" }} |
| No audit logs recorded yet. | ||||